/* 清除内外边距 */
body,div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 '微软雅黑', Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }



.top1{
    width: 100%;
    height: 112px;
    margin-right: 0px;
    background: url(../images/banner-bk.jpg) center top no-repeat;
}
 

img{
border: none;

}

.demo1{
 width:1030px;
    height:100%;
/*    border: 1px solid #ddd;*/
    margin:0 auto 0 auto;
    display: block;
position: relative;
}


.titleMenu {
    width: 1030px;
    height: 50px;
    display: block;
    margin: 0 auto 0 auto;
 position: relative;
}

.mainImg {
    width: 100%;
    height: 660px;
/*    background: url("../img/pic-bk.jpg");*/
    position: absolute;
}

.center {
    min-width: 1030px;
    width: 100%;
    height:450px;
    background: url("../images/yellow-com.jpg") center top no-repeat;
}



.word {
    min-width: 1030px;
     width: 100%;
    height:230px;
   
}

{
    width: 1030px;
    height:100%;
    border: 1px solid gray;
    margin:0 auto 0 auto;
    display: block;
   
}

.center-bk{
    min-width: 1030px;
    width: 100%;
    height:400px;

  background: #ff3c12;
/*     background: url("../images/product-bk.jpg");*/
    background-repeat: no-repeat;
    background-position: top center;
}

.media {
    width: 1030px;
    height:100px;
    margin: 0 auto 0 auto;
/*    border: 1px solid red;*/
    text-align: center;
    font-weight:200;
    font-size: 40px;
    line-height: 120px;
     font-family: "Microsoft YaHei" ! important;
}

.pr-exhibit {
     min-width: 1030px;
     width: 100%;
    height:200px;
   background: #fedd1f;
    display:block;
}

#h3menu {
    width: 700px;
    height:60px;
/*    border: 1px solid red;*/
    margin: 0 auto 0 auto;
    line-height: 60px;
}

#imgmedia {
    width: 1030px;
    height: 770px;
   
    margin: 0 auto 0 auto;
    position: relative;
}

.serve {
    width: 100%;
    height: 780px;
    background:#d8391c;
/*     border: 1px solid #d8391c;*/
}

.sub {
     min-width: 1030px;
    width: 100%;
    height: 441px;
    background: #fedd1f;
    
}

.foot {
     min-width: 1030px;
    width: 100%;
    height: 155px;
    background: #e7e7e7;
    
}

.pDemo {
    width: 80px;
    height:30px;
    border-right: 1px solid #808080;
     line-height:50px;
    display: inline;
    
/*    margin-left: 15px;*/
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    padding-right:14px;
    margin-left: 15px;
}

.pDemo a{
    text-decoration: none;
    color: #808080;
}
.boldDemo {
     width: 80px;
    height:30px;
   line-height: 40px;
    display: inline;
    font-weight: bolder;
    margin-left: 10px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 14px;
}
.boldDemo a{
text-decoration: none;
    color: black;
}

.pDemo a:hover{

color: #fa8615
}

.language {
     width: 30px;
    height: 30px;
   border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #ff3c12;
   position: absolute;
    top: 10px;
    right:55px;
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    font-weight: bold;
    behavior: url(iecss3.htc) 
}

.language a{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.language1 {
    width: 30px;
    height: 30px;
   border-radius: 50px;
    text-align: center;
    line-height: 30px;
    background: #ff3c12;
   position: absolute;
    top: 10px;
    right:15px;
    font-size: 14px;
    font-family: "Microsoft YaHei" ! important;
    font-weight: bold;
    behavior: url(iecss3.htc) 
}

.language1 a{
    text-decoration: none;
    color: white;
}

.imgScroll {
   min-width:1030px;
    height: 660px;
    position: relative;
/*  background: url("../img/head-bk.jpg")  center top no-repeat;*/
/*   width: 100%;*/
}

.demo2 {
    width: 1030px;
    height:100%;
    border: 1px solid gray;
    margin:0 auto 0 auto;
    display: block;
    position: relative;
    z-index: 2;
}

.arrow-L {
    font-size: 55px;
    color: white;
    font-weight: bold;
    width: 70px;
    height: 70px;
    background: #ddd;
    line-height: 70px;
    text-align: center;
    
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: relative;
  float: left;
    top: 270px;
/*   margin-left: 15px;*/
}

.arrow-L:hover {
    opacity: 0.7;
      filter:alpha(opacity=80);
}

.arrow-R {
     font-size: 55px;
    color: white;
    font-weight: bold;
    width: 70px;
    height: 70px;
    background: #ddd;
    line-height: 70px;
    text-align: center;
   
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: relative;
   float: left;
   top:270px;
   left:890px;
}

.arrow-R:hover {
    opacity: 0.7;
      filter:alpha(opacity=80);
}
.yellow-title {

    text-align: center;
    font-family: "Microsoft YaHei" ! important;
    font-size: 40px;
     font-weight: 200;
    display: block;
    padding-top: 40px;
    margin-top:0px;
}

.yellowdiv {
    height: 245px;
    width: 250px;
/*    border: 1px solid red;*/
    margin:35px 0px 0px 68px;
    float: left;
    display: inline;
}

.yellowdiv img{
    position: relative;
    left: 7px;
    
}




.yellow-Font {
 font-family: "Microsoft YaHei" ! important;
    width:130px;
    height:20px;
    display: block;
 margin: 10px auto 0px auto;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 200;
}

.yellow-Font a{
    text-decoration: none;
    color:#4d2a10;
    font-weight: bold;
    font-size: 20px;
}

.word-1 {
    height: 170px;
    width:371px;
   border-right: 1px solid black;
    margin: 30px 0px 20px 10px;
    float: left;
    display: inline;
   
   
}

.word-2 {
    width: 610px;
    height:180px;
    margin: auto 0px 0px 15px;
        float: left;
  padding-left:14px;
    line-height:30px;
/*    border: 1px solid red;*/
     font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    letter-spacing:1px;
    padding-top:25px;
    color: #3c3c3c;
    padding-right: 0px
}

.word-h6 {
    width: 360px;
    
    font-weight: bold;
    display: block;
    height:50px;
    margin: 0px 0px 14px 0px;
    font-size:16px;
     font-family: "Microsoft YaHei" ! important;
    padding-bottom: 0px;
   
    letter-spacing: 2px;
}

.word-font {
  font-family: "Microsoft YaHei" ! important;
    width: 360px;
   font-weight: 100;
    display: block;
    font-size: 16px;
    margin-top: 8px;
    color:#3c3c3c;
    letter-spacing: 2px;
}

.demo-img {
    width: 1030px;
    height:100%;
/*    border: 1px solid gray;*/
    margin:0 auto 0 auto;
    display: block;
/*    background: url("../img/product-bk44.jpg")center top no-repeat;;*/
}

.technique-left {
    width: 100%;
    height:390px;
  
    margin: 15px 0px auto 5px;
    float:left;
    display: inline;
    
}

.tech-h1 {
    width: 100%;
    height: 50px;
    display: block;
    text-align:center;
    line-height: 50px;
    color: white;
     font-family: "Microsoft YaHei" ! important;
    font-size: 40px;
    font-weight: 200;
    margin-top: 30px;
    
}

.tech-p {
    width:100%;
    height:165px;
   margin-left: 0px;
/*    margin: 0px auto 0px auto ;*/
    color: white;
    line-height: 34px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    margin-top:30px;
    letter-spacing:1px;
    text-align: center
}

.tech-a {
    height: 45px;
        width: 225px;
    background: #f9f9f9;
    color: #d8391c;
    margin: 0 auto;
    text-decoration: none;
    display:block;
    line-height: 40px;
    text-align: center;
    font-family: "Microsoft YaHei" ! important;
    font-size:22px;
    letter-spacing: 1px
}

.product-exhibit-title {
      font-family: "Microsoft YaHei" ! important;
 
    line-height: 120px;
    font-size: 40px;
    font-weight: 200;
    height: 120px;
   display: block;
    width: 1030px;
  
    margin: 0 auto 0 auto;
   text-align: center;
}

.exhibit {
    width: 202px;
    height: 190px;
    border-right: 5px solid white;
    display: block;
    float: left;
    padding-top: 10px;
}

.exhibit-1 {
     width: 190px;
    height: 190px;
    float: left;
    padding-top: 10px;
   
}

.exhibit img{
    margin: 16px auto 0 16px;
    border: none;
    border:2px solid white;
    width: 167px;
    height: 127px;
    
}

.exhibit-1 img{
      margin: 16px auto 0 16px;
    border: none;
   border: 2px solid white;
    width: 167px;
    height: 127px;
}

.pr-exhibit p{
    text-align: center;
     font-family: "Microsoft YaHei" ! important;
    font-size: 14px;
   margin-top: 13px;
}

.pr-exhibit a{
    text-decoration: none;
    color: black;
}

#h3menu span{
    margin-left: 15px;
    width: 150px;
    
    display: block;
    float: left;
   
}

#h3menu span a{
    text-decoration: none;
    color: #575757;
        font-family: "Microsoft YaHei" ! important;
    font-size: 24px;
    font-weight: 200;
}

#h3menu span a.aActive{
   color: #e27d70;    
}
#imgmedia div{
    display: none;
    width: 1000px;
    height:680px;
    border-bottom: 1px solid red;
    margin: 15px auto 15px auto;

}

#imgmedia div.divLight {
   display: block;
    
}
#imgmedia a{
    text-decoration: none;

}


.mediaDemo {
    width: 310px;
    height: 300px;
 position: relative;
    margin: 20px 10px 5px 11px;

    float: left;
display: inline;
  
}
.mediaDemo img{
        width: 310px;
    height: 200px;
    border: none;
   
}

.mediaDemo p{
    width: 290px;
    height: 30px;
    font-weight: bold;
    display: block;
   border: none;
    line-height: 30px;
    color: black;
    text-decoration: none;
    font-size: 18px;
         font-family: "Microsoft YaHei" ! important;
    padding-left: 10px;
    
    margin-top: 12px;
}

.mediaDemo font{
    border: none;
        width:300px;
    color:#d8391c;
    font-size: 14px;
         font-family: "Microsoft YaHei" ! important;
    margin-top: 10px;
    display:block;
    letter-spacing: 3px;
 padding-left: 10px;
    font-weight: bold;
}




#more {
    width:270px;
    height: 50px;
    position: absolute;
    background:white;
 
    z-index: 1;
    left: 381px;
    text-align: center;
    bottom: 80px;
}
#more p{
    width: 225px;
    height: 50px;
    position: absolute;
    left: 62px;
    bottom:-18px;
    background: #f9f9f9;
    color: red;
    font-size: 23px;
    display: block;
    line-height: 50px;
    font-family: "Microsoft YaHei" ! important;
    
    
}
.serveDemo {
    width: 1030px;
    height:100%;
    background: url("../images/serve-bk.jpg") no-repeat;
    margin:0 auto 0 auto;
    display: block;
/*  border: 1px solid #d8391c;*/
    position: relative;
}

.serveCenter {
     width:200px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: white;
    margin-top:0px;
   padding-top:60px;
   font-family: "Microsoft YaHei" ! important;
    font-size: 45px;
    font-weight: 200;
    letter-spacing:5px;
    padding-left:5px;
        letter-spacing: 1px;
}

.serveHead {
    width: 150px;
   p
   font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    margin-left: 15px;
    color: white;
    font-weight: bolder;
    margin-top: 50px;
    letter-spacing: 1px;
}

.serverFont {
    width: 570px;
    height: 195px;
    font-family: "Microsoft YaHei" ! important;
    margin-left: 15px;
    line-height: 35px;
    color: aliceblue;
    display: block;
    font-size: 16px;
    margin-top: 10px;
    letter-spacing: 1px;
}

#serveMore {
    width: 225px;
    height: 45px;
    display: block;
    background:#f9f9f9;
    color:#d8391c;
    text-align: center;
    line-height: 45px;
    text-decoration: none;
    position: absolute;
    right: 65px;
    bottom: 88px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 23px;
    letter-spacing:3px;
    
}

.form {
    width: 470px;
    height: 400px;
   float: left;
    margin-left: 20px;

}

.username {
    width: 458px;
    height: 50px;
    border: 1px solid black;
    display: block;
    margin-top: 55px;
    text-indent: 15px;
    line-height: 50px;
/*padding-top: -10px;*/
font-size:20px;
    color:#545454;
}

.username1 {
     width: 460px;
    height: 50px;
    border: 1px solid black;
    display: block;
    margin-top:15px;
    text-indent: 15px;
    line-height: 50px;
    font-size:20px;
}

.username2 {
    width: 440px;
    height: 135px;
    border: 1px solid black;
    display: block;
    margin-top:15px;
    padding:10px;
        font-size:20px;
   
}

.btn {
    width: 230px;
    height: 45px;
    color: white;
    display: block;
    background: black;
    border: none;
    cursor: pointer;
   margin-top: 10px ;
    float: right;
    margin-right:8px;
    font-size:23px;
     font-family: "Microsoft YaHei" ! important;
}

.formImg {
    width: 424px;
    height: 254px;
   float: left;
   background: url("../images/yellow-tele.jpg") no-repeat;
    margin-top:85px; 
    margin-left:60px;
   
}

.footP {
    width: 925px;
    margin:0px auto 0 auto;
   
   
    display: block;
}

.footSpan1 {
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    text-align: center;
    display:block;
/*    margin-top:10px; */
}

.footSpan {
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    text-align: center;
    display:block;
   padding-top: 50px;
    padding-bottom: 10px;
}

.qq {
    width: 130px;
    height: 343px;
   
    position: fixed;
    right: 0px;
    top:300px;
    _POSITION: absolute;
_TOP: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight);
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*兼容ie*/
}

.qqTop {
    width: 130px;
    height: auto;
    font-size: 14px;
     font-family: "Microsoft YaHei" ! important;
    color:#fa7615;
    position: absolute;
    top: 107px;
    text-align: center;
    cursor: pointer;
}

.qqFrame {
    background: url("../images/qq-bk.jpg");
    width: 130px;
    height: 343px;
    position: relative;
    box-shadow: 5px 5px 15px gray;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='yellow');
    
}

.qqMiddle {
     width: 130px;
    height: auto;
padding-top: 3px;
    position: absolute;
    top: 198px;
    text-align: center;
    
}

.qqMiddle a{
     font-size: 14px;
     font-family: "Microsoft YaHei" ! important;
    color:#fa7615;
    text-decoration: none;
}

.Tele {
    width:130px;
    height: 27px;
    font-size: 15px;
    font-family:  "Microsoft YaHei" ! important;
        font-weight: bold;
    position: absolute;
    text-align: center;
    top: 300px;
    color: #fa7615;
}

.teleC {
    width:450px;
    height: 30px;
    margin-top:18px;
    text-indent: 60px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    font-weight: bold;
    display:block;
   padding-top:1px;
    
}

.teleB {
     width: 350px;
    height: 30px;

    text-indent: 60px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    font-weight: bold;
    display:block;
   padding-top:5px;
    margin-top:33px;
}

.teleD {
     width:450px;
    height: 30px;
   
    text-indent: 60px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    font-weight: bold;
    display:block;
   
   
}

.scroll-backimg {
     min-width: 1030px;
    width: 100%;
    height: 420px;
    background: url("../images/recruit-bk.jpg") center top no-repeat ;
}

.product-ex {
     font-family: "Microsoft YaHei" ! important;
 
    line-height: 120px;
    font-size: 60px;
    font-weight: 200;
    height: 120px;
   display: block;
    width: 1030px;

    margin: 0 auto 0 auto;
   text-align: center;
    color: white;
    padding-top:110px;
   padding-bottom: 30px;
}

#exhabitMenu2 {
    width: 1030px;
    height: 65px;
    background: white;
    margin: 0 auto;
/*    border: 1px solid red;*/
}

#exhabitC{
    width: 910px;
    height: 65px;
    margin: 0 auto;
/*  border: 1px solid red;*/
    margin-left:60px;
}

#exhabitC span{
   margin-left:28px;
    height: 65px;
    display: block;
    float: left;
/*border: 1px solid red;*/
    color: #575757;
    font-size: 24px;
    font-family: "Microsoft YaHei" ! important;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    letter-spacing:2px;
}



/*

#exhabitC span.exhabitCactive {
    color: orange;
    color: #d8391c;
}
*/

#proFrame div{
/*  height: auto;*/
    height:140px;
    width: 1030px;
    margin: 0 auto;
  
    display: block;
    
}

/*
#proFrame div.proFrameactive {
    display: block;
}

*/





.Tilte-line {
    width: 1030px;
    height: 140px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    display:block;
     font-family: "Microsoft YaHei" ! important;
    font-size:50px;
    text-align: center;
    line-height: 140px;
    font-weight: 100;
    letter-spacing:3px;
}

.proFrameC {
/* height: auto;*/
    width: 1030px;
    min-height:650px;
   border-bottom: 1px solid #5c5c5c;
    margin: 0 auto;
    display: block;
    padding-bottom:50px;
    height:auto!important;  
height:650px;  

}

.huohuaji {
    width: 325px;
    height:330px;
    float: left;
    margin-top: 25px;
/*    border: 1px solid red;*/
    display: block;
   margin-right:15px;
    display: inline;
    
    
}


.huohuaji img{
    height: 255px;
    width: 325px;
/*    border: 1px solid red;*/
    margin-top: 0px;
    display: block;
    border: none;
}

.huohuaji span{
    width: 325px;
    height: auto;
    border: 1px solid white;
   margin-top:15px;
    font-size: 22px;
   font-family: "Microsoft YaHei" ! important;
    font-weight: bold;
    display: block;
 line-height: 31px;
   letter-spacing: 2px
   
}

.huohuaji span a{
    text-decoration: none;
    color: black;
}
.huohuaji span a:hover{
color:#fa7615;
}
#exhabitC a{
    text-decoration: none;
     color: #575757;
}

#exhabitC a:hover{
    color: #d8391c;
}

.abc {
    height: 140px;
    width: 1030px;
    margin: 0 auto;
  
    display: block;
}

.bcd {
    width: 1030px;
    min-height:973px;

    margin: 0 auto;
    display: block;
}

.abc-img {
    width: 1030px;
    height: 610px;
   border-bottom: 1px solid black;
    position: relative;
}

.huoji {
    width: 715px;
    height: 535px;
    margin-top:38px; 
    margin-left:158px;
}

.pro-arrow {
     font-size: 55px;
    color: white;
    font-weight: bold;
    width: 70px;
    height: 70px;
    background: #ddd;
    line-height: 70px;
    text-align: center;
    
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position:absolute;
    left: 60px;
    top: 270px;
/*   margin-left: 15px;*/
}

.pro-arrow-1 {
    font-size: 55px;
    color: white;
    font-weight: bold;
    width: 70px;
    height: 70px;
    background: #ddd;
    line-height: 70px;
    text-align: center;
    right:60px;
    cursor: pointer;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position:absolute;
    top: 270px;
    
}

.under {
    width: 1030px;
  min-height:200px;
  
    margin-top: 40px;
}

.under-left {
    width: 418px;
    float: left;
    min-height: 200px;
    margin-top: 0px;
    
    
}

.under-right {
   
    width: 610px;
    min-height:200px; 
height:auto!important;  
height: 200px;
    float: right;
    margin-right: 0px;
       border-left: 1px solid black;
}

.bold {
    width: 370px;
    height: auto;
    display: block;
    margin-left: 0px;
    font-size: 36px;
     font-family: "Microsoft YaHei" ! important;
   
    line-height: 50px;
    margin-top: 35px;
}

.bold-right {
    width: 530px;
    height:auto;
   
    font-size: 18px;
    font-family: "Microsoft YaHei" ! important;
    display: block;
    margin-left: 54px;
    margin-top: 10px;
    letter-spacing: 2px;
    line-height: 35px;
}

.back {
    height: 90px;
    width: 1030px;
  border-top: 1px solid black;
    margin-top: 30px;
    font-size: 24px;
    font-family: "Microsoft YaHei" ! important;
    line-height: 90px;
    text-align: center;
    
}

.back a{
    text-decoration: none;
    color: black;
    border: 0px;
    outline: none;
}

.pro-arrow:hover {
     opacity: 0.8;
    filter:alpha(opacity=80);
}

.pro-arrow-1:hover{
    opacity: 0.8;
    filter:alpha(opacity=80)
}

.bold-right11 {
     width: 530px;
    height:auto;
/*  margin-top: 10px;*/
    font-size: 18px;
    font-family: "Microsoft YaHei" ! important;
    display: block;
    margin-left: 54px;
/*   border: 1px solid white;*/
    letter-spacing: 2px;
    position: relative;
    top: -5px;
    padding-top: 2px;
    line-height: 22px;
   }

#exhabitMenu3 {
     width: 1030px;
    height: 65px;
    background: white;
    margin: 0 auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
     font-family: "Microsoft YaHei" ! important;
    text-align: center;
    line-height: 65px;
  font-size: 24px;
     color: #575757;
    letter-spacing: 5px;
}

.recruitFrame {
     min-width: 1030px;
    width: 1030px;
    height: 1065px;
    margin: 0 auto;
   
    display: block;
}

.RFtitle {
    width:980px;
    height: 180px;
    margin: 0 auto;
letter-spacing: 2px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 50px;
    line-height: 180px;
}

.RFcontant {
    width: 980px;
    height: 320px;
    
     margin: 0 auto;
}

.Rfcontant-left {
    width: 133px;
    height:320px;
    float: left;
  
    display: block;
}

.Rfcontant-right {
    width: 860px;
    height: 320px;
  
    display: block;
    float: right;
  margin-right: -23px;
}

.Rfcontant-left p{
    font-size: 23px;
    font-weight: bold;
     font-family: "Microsoft YaHei" ! important;
/*  */
    letter-spacing:3px;
    margin-bottom:17px;
}

.Rfcontant-right p{
     font-size: 23px;
    letter-spacing: 2px;
     font-family: "Microsoft YaHei" ! important;
/*  */
    color: #454545;
    margin-bottom: 17px;
}



.line-bo {
    width: 1030px;
    height: 50px;
    border-bottom: 1px solid black;
    display: block;
}

#tech-1 {
    width: 520px;
    height: 65px;
   
    margin: 0 auto;
}

#tech-1 span{
     margin-left:28px;
    height: 65px;
    display: block;
    float: left;

    color: #575757;
    font-size: 24px;
    font-family: "Microsoft YaHei" ! important;
    text-align: center;
    line-height: 65px;
    
    letter-spacing:5px;
    
}
#tech-1 span a{
color:#575757;
}
#tech-1 span a:hover{

color: #d8391c;
}
.tech-big {
     height: 140px;
    width: 1030px;
    margin: 0 auto;
   
    display: block;
}

.tech-big2 {
     width: 1030px;
    height:auto;
 
    margin: 0 auto;
    display: block;
}

.tech-line {
     height:50px;
    width: 1030px;
  border-top: 1px solid black;
    margin-top: 25px;
  
    
  
}

.techFrame {
     width: 1030px;
    height: auto;
/*   border-bottom: 1px solid black;*/
   
    
}

.techFrame-img{
    width: 1030px;
    height: 432px;
    margin-top: 20px;
}

.techFrame-img2 {
    width: 1030px;
    height: 340px;
    margin-top: 15px;
}

.frameunder-left {
      width:300px;
    float: left;
   min-height: 150px;
    margin-top: 0px;
     
    height: 170px;
}

.bold-tech {
     width: 300px;
    height: auto;
    display: block;
    margin-left: 0px;
    font-size: 36px;
     font-family: "Microsoft YaHei" ! important;
   text-align: center;
  
    margin-top: 60px;
   
}

.frame-under-right {
     width:700px;
    min-height: 150px;
 border-left: 1px solid black;
    float:left;
    margin-right: 0px;
   
}


.frame-under-right p{
    width:670px;
    height: auto;
    font-family: "微软雅黑" ! important;
    color: #3c3c3c;
    font-size:18px;
letter-spacing: 1px;
    margin-bottom: 25px;
    margin-left: 45px;
 
}

.scroll-backimg1 {
     min-width: 1030px;
     width: 100%;
    height: 420px;
    background: url("../images/tech/tech-bk1.jpg") center top no-repeat ;
}

.tech22 {
    height: auto;
    width: 1030px;
    margin-top: 20px;
}

.under-tech {
      width: 1030px;
    min-height: 150px;
  
    margin-top: 40px;
}

.bold-tech-1 {
     width:360px;
   
    display: block;
    
    font-size: 36px;
     font-family: "Microsoft YaHei" ! important;
   letter-spacing: 2px;
line-height: 43px;
    margin-top: 60px;
}

.under-tech2 {
    width: 1030px;
    min-height: 230px;
  
    margin-top: 40px;
}

.frameunder-left1 {
     width:405px;
    float: left;
    
    margin-top: 0px;

    min-height: 230px;
}

.frame-under-right1 {
      width:620px;
    min-height:230px;
border-left: 1px solid black;
    float:left;
    margin-right: 0px;
    margin-left: 3px;
}

.frame-under-right1 p{
     width:575px;
    height: auto;
    font-family: "微软雅黑" ! important;
    color: #3c3c3c;
    font-size:18px;
letter-spacing: 2px;
    margin-bottom:10px;
    margin-left: 30px;
    line-height: 30px;
 
}

.tech-under {
    margin-top: 25px;
  
    display: block;
   letter-spacing: 1px;
    font-size: 24px;
    font-family: "Microsoft YaHei" ! important;
   
}

.interval {
    display: block;
    height: 30px;
    width: 10px;
/*  border: 1px solid black;*/
}



.under-text {
     width: 1030px;
    height: 200px;
/*  border: 1px solid red;*/
/*    margin-top: 40px;*/
}

.abc5 {
      height: 1270px;
    width: 1030px;
    margin: 0 auto;

    display: block;
}

.under5 {
     width: 1030px;
    height: 350px;
/*  border: 1px solid red;*/
    margin-top: 40px;
    line-height: 20px;
}

.under-left5 {
      width: 415px;
    float: left;
    height: 350px;
    margin-top: 0px;
       border-right: 1px solid black;
/*     border: 1px solid yellow*/
}

.under-right5 {
     width: 610px;
    height: 350px;
  
    float: right;
    margin-right: 0px;
    line-height: 22px;
}

.bold5 {
    width: 370px;
    height: auto;
    display: block;
    margin-left: 0px;
    font-size: 36px;
     font-family: "Microsoft YaHei" ! important;
  
    line-height: 50px;
    margin-top: 130px;
}

.contractFrame {
    width: 1030px;
    height: 1080px;
    display: block;
  
    margin: 0 auto;
}


.contract-img {
    width: 1030px;
    height: 525px;
    margin-top: 85px;
}

.form1 {
     width: 470px;
    height: 400px;
   float: left;
   
}

.contract-right {
    width: 500px;
    height:360px;;
    float: right;
   
    margin-right: 0px;
    padding-top: 45px;
    position: relative;
    margin-top: 50px;
}

.float-frame {
    width: 1030px;
    height: 410px;
   
}

.contactIcon {
    position: absolute;
    top: 23px;
    left: 20px;
}

.btn2 {
     width: 230px;
    height: 45px;
    color: white;
    display: block;
    background: black;
    border: none;
    cursor: pointer;
   margin-top:73px ;
    float: right;
    margin-right:0px;
    font-size:23px;
     font-family: "Microsoft YaHei" ! important;
}

.telee {
      width:450px;
    height: 30px;
    margin-top:16px;
    text-indent: 60px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    font-weight: bold;
    display:block;
   padding-top:1px;
    
}

.teleg {
    width: 350px;
    height: 30px;

    text-indent: 60px;
    font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    font-weight: bold;
    display:block;
  
    margin-top:-16px;
}

.scroll-backimg11 {
     min-width: 1030px;
     width: 100%;
    height: 420px;
    background: url("../images/tech/servetopback.jpg") center top no-repeat ;
}

.serveFrame {
    height: 1065px;
    width: 1030px;
    margin: 0 auto;
   
    display: block;
}

.serve1{
    width: 1030px;
    height:365px;
    
  border-bottom: 1px solid black;
    
}

.sLeft{
    width:150px;
    height: 265px;
    float: left;
  
    margin-top: 65px;
    margin-left: 50px;
    display: inline;
}


.sLeft p{
/*    border: 1px solid red;*/
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: bold;
    font-family: "Microsoft YaHei" ! important;
   
}



.sRight {
   width:auto;
    height: 265px;
    float: left;
 
    margin-top: 65px;
   
}

.sRight p{
    margin-bottom: 15px;
    font-size: 23px;
   color:#454545;
    font-family: "Microsoft YaHei" ! important;
    margin-left: 15px;
    letter-spacing: 2px;
}

.serve-head {
    font-size: 50px;
     font-family: "Microsoft YaHei" ! important;
    display:block;
   letter-spacing: 4px;
    width: 300px;
    padding-top: 80px;
    margin-left: 50px;
}

.serve-second {
    width:900px;
    height:auto;
    margin-left: 50px;
    margin-top: 50px;
 
    display: block;
}

.serve-second p{
    display: block;
    margin-bottom: 30px;
    width: 610px;
  letter-spacing: 1px;
    font-size: 18px;
     font-family: "Microsoft YaHei" ! important;
    color: #3c3c3c;
    
}

.serve11 {
     width: 1030px;
    height:360px;
    border-bottom: 1px solid #5c5c5c;
    background: url("../images/tech/servemiddlebk.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.serve15 {
     width: 1030px;
    height:280px;
    border-bottom: 1px solid #5c5c5c;
    overflow: hidden;
}

.ser15Left {
    width: 310px;
    height: 190px;
    border-right:1px solid black;
    margin-top:45px;
    font-size: 50px;
     font-family: "Microsoft YaHei" ! important;
    text-align: center;
    line-height: 190px;
    display:block;
/*    margin-top: 50px;*/
    float: left;
    letter-spacing: 4px;
}

.ser15Right {
    width: 700px;
    height: 190px;
    margin-top: 45px;
    float: left;
    
}

.ser15Right p{
/*    margin-bottom: 20px;*/
   letter-spacing: 1px;
    font-size: 18px;
    color: #3c3c3c;
    margin-top: 32px;
    margin-left: 50px;
	 font-family: "Microsoft YaHei" ! important;
}

#exhabitMenu33 {
    width: 1030px;
    height: 65px;
    background: white;
    margin: 0 auto;
}

#tech-22 {
    width:700px;;
    height: 65px;
   
    margin: 0 auto;
}

#tech-22 span{
    margin-left:28px;
    height: 65px;
    display: block;
    float: left;

    color: #575757;
    font-size: 24px;
    font-family: "Microsoft YaHei" ! important;
    text-align: center;
    line-height: 65px;
    
    letter-spacing:5px;
}

#tech-22 span a{
color: #575757;
}

#tech-22 span a:hover{
color:#d8391c;

}
.news-1 {
    width: 1030px;
    height:735px;;
/*    background: yellow;*/
    margin-top: 35px;
  
}

.mediaDemo22 {
      width:330px;
    height: 315px;
 margin-bottom: 50px;
 
   margin-right:15px;
    float: left;
    display: inline;
    position: relative;
}

.mediaDemo22 img{
        width: 330px;
    height: 230px;
    border: none;
}

.mediaDemo22 p{
      width: 290px;
    height: 30px;
    font-weight: bold;
    display: block;
   border: none;
    line-height: 30px;
    color: black;
    text-decoration: none;
    font-size: 18px;
         font-family: "Microsoft YaHei" ! important;
    padding-left: 10px;
    
    margin-top: 12px;
}

.mediaDemo23 {
      width: 330px;
    height: 315px;
 margin-bottom: 50px;
 
   position: relative;
   margin-right:0px;
    float: right;
    display: inline;
}

.mediaDemo23 img{
        width: 330px;
    height: 230px;
    border: none;
}

.mediaDemo23 p{
      width: 290px;
    height: 30px;
    font-weight: bold;
    display: block;
   border: none;
    line-height: 30px;
    color: black;
    text-decoration: none;
    font-size: 18px;
         font-family: "Microsoft YaHei" ! important;
    padding-left: 10px;
    
    margin-top: 12px;
}
.mediaDemo22 font{
     border: none;
        width:300px;
   color:#d8391c;
    font-size: 14px;
         font-family: "Microsoft YaHei" ! important;
    margin-top: 20px;
    display:block;
    
 padding-left: 10px;
     letter-spacing: 3px;

    font-weight: bold;
}

.mediaDemo23 font{
     border: none;
        width:300px;
   color:#d8391c;
    font-size: 14px;
         font-family: "Microsoft YaHei" ! important;
    margin-top: 20px;
    display:block;
    
 padding-left: 10px;
     letter-spacing: 3px;
 padding-left: 10px;
    font-weight: bold;
}

.mediaDemo22 div{
    width: 135px;
    height:37px;
    font-size:18px;
        color:white;
    background: #cccccc;
    line-height: 37px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: -4px;
}
.mediaDemo23 div{
    width: 135px;
    height:37px;
    font-size:18px;
        color:white;
    background: #cccccc;
    line-height: 37px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom:-4px;
    
}

.newss {
    width: 1030px;
    height: 90px;
    border-top: 1px solid black;
    position: relative;
}

.serve-page {
  
    letter-spacing:6px;
    position: absolute;
    right: 0px;
    top: 20px;
   height: 20px;
  
  line-height: 20px;
   width:auto;
}

.serve-page a{
    color: black;
    text-decoration: none;
    font-size: 18px;
}

.serve-page a:hover{
      color:#d8391c;
}
.mediaDemo23 div a,.mediaDemo22 div a{

/*
    color:white;
    background: #cccccc;
*/

}
.scroll-backimg55 {
     min-width: 1030px;
      width: 100%;
    height: 420px;
    background: url("../images/tech/newsBk.jpg") center top no-repeat ;
}

.Tilte-line66 {
   
    width: 1030px;
    height: 140px;
    margin: 0 auto;
    border-bottom: 1px solid black;
    display:block;
     font-family: "Microsoft YaHei" ! important;
    font-size:32px;
    text-align: center;
    line-height: 140px;
    font-weight: 100;
    letter-spacing:3px;
}

.tech-big6 {
       width: 1030px;
    height:auto;

    margin: 0 auto;
    display: block;
}

.tech-big6 p{
    font-size: 18px;
   
    width: 1030px;
    display: block;
    color: #3c3c3c;
}



.inFont p{
	text-align:left
	}


.newIn {
    width: 980px;
    height: 590px;
    margin:20px auto 0px auto;
    display: block;
}

.inFont {
    width: 980px;
    height: auto;
    margin: 40px auto 0 auto;
    font-size: 18px;
    color: #3c3c3c;
    line-height: 40px;
}

.wawa {
    height: 105px;
    width: 1030px;
    border-top: 1px solid black;
    margin:40px auto 0 auto;
    font-size: 24px;
    text-align: center;
    line-height:80px;
}

.wawa a{
    color: black;
    text-decoration: none;
}


.wawa a:hover{
 color: #fa7615


}

.enter-big {
       width: 1030px;
    height:1460px;
    
    margin: 0 auto;
    display: block;
}

.enter_img1 {
    width: 340px;
    height: 245px;
    margin: 50px 0 0 0;
    display: block;
    float: left;
}

.img-lineRight {
    float: right;
    margin-right: 0px;
    height: 345px;
    width:640px;
    border-left: 1px solid black;
    margin-top: 50px;
    padding-left: 20px;
   
    
}



.enterMiddle {
    width: 1030px;
    height: 350px;
    border: 1px solid black;
    margin-top: 50px;
    border-right:none;
    border-left: none;
}

.midd-Left {
    width: 660px;
    height: 250px;
    float: left;
    border-right: 1px solid black;
    margin-top: 50px;
}

.midd-Left p{
    width: 630px;
    height: 250px;
    letter-spacing: 1.5px;
    font-size: 18px;
    line-height: 38px;
    margin-top: -10px;
}

.imgmiddleRight {
     width: 340px;
    height: 251px;
    margin: 50px 0 0 0;
    display: block;
    float: right;
}

.img-lineRight p{
     font-size: 18px;
    line-height: 36px;
    width: 630px;
    height:345px;
        display: block;
   
    margin-left:10px;
   margin-top:-10px;
    letter-spacing: 1px;
}

.news-bottom {
   width: 1030px;
    height: 560px;
    display: block;
    margin-top: 50px;
}

.enter-ww {
     min-width: 1030px;
    width: 100%;
    height: 440px;
    background: url("../images/yellow-com.jpg") center top no-repeat;
    display: block;
}

.Tilte-new {
     width: 1030px;
    height: 140px;
    margin: 0 auto;
   
    display:block;
     font-family: "Microsoft YaHei" ! important;
    font-size:50px;
    text-align: center;
    line-height: 140px;
    font-weight: 100;
    letter-spacing:3px;
}

.titiFRame {
    width: 1030px;
    height: 55px;
 
    margin:0 auto 35px auto;
    
}

.titiFRame p{
    display: block;
    font-weight: bold;
    font-size: 21px;
    width: 1030px;
    text-align: center;
    margin-bottom: 10px;
}

.titiFRame font{
     display: block;
  
    font-size: 21px;
    width: 1030px;
    text-align: center;
}

.scroll-backimgWW {
     min-width: 1030px;
      width: 100%;
    height: 420px;
    background: url("../images/tech/enter-bk.jpg") center top no-repeat ;
}

#enterbig4 {
     width: 1030px;
    height:1710px;
  
    margin: 0 auto;
    display: block;
}

#corPer {
       width: 1030px;
    height:1480px;
   
    margin: 0 auto;
    display: block;
}

#corPerL {
    width: 330px;
    height:auto;
   
    float: left;
    margin-top: 15px;
}

#corPerM {
      width: 330px;
    height:auto;
  
    float: left;
    margin-top: 15px;
    margin-left: 18px;
}

#corPerR {
      width: 330px;
    height: auto;
/*    border: 1px solid red;*/
    float: right;
    margin-top: 15px;
}

#corPer img{
    width: 330px;
    display: block;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
}

#enterbk22 {
    position: absolute;
   display:none;
    z-index: 1000;
    background: black;
    opacity: 0.7;
     filter: alpha(opacity=70);
    top: 0px;
    left: 0px;
    
}



  

#enterbig4 div{
    width: 1000px;
    height: auto;
  
    margin: 25px auto 0 auto;
}

#enterbig4 img{
    
}

#enterbig4 img{
    width: 180px;
    height: auto;
    margin-right: 21px;
       box-shadow: 2px 2px 2px black;
    cursor: pointer;
}

#haha {
    width:730px;height:900px;;
   position:absolute;
     z-index:10001;display:none;

    
    left: 50%;
    margin-left: -355px;
}

.huoji2 {
     width: 715px;
    height: 535px;
 
}

#kilamei {
    padding-top:38px; 
    margin-left:158px;
     width: 715px;
    height: 535px;

    position: relative;
  
}



.slideBox {
    width:715px; height:535px; position:relative;
}

.bd {
    position:relative; height:100%; z-index:0;overflow: hidden;
}

.bd li{
    zoom:1; vertical-align:middle;
}

.bd img{
    width:715px; height:535px; display:block;
}
.slideBox .prev{ position:absolute; left:-17%; top:50%; margin-top:-25px; display:none; width:77px; height:88px;background: url("../images/arr-left.jpg") no-repeat; filter:alpha(opacity=50);opacity:0.5; }
		.slideBox .next{ left:auto; right:3%; background-position:8px 5px;
        position:absolute; right:-17%; top:50%; margin-top:-25px; display:none; width:77px; height:88px;background: url("../images/arr-right.jpg") no-repeat; filter:alpha(opacity=50);opacity:0.5; 
            
        }

	
		
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }

.slideBoxe {
     min-width:100%; height:660px; overflow:hidden; position:relative;margin: 0 auto;
}

.bdx {
     position:relative; height:100%; z-index:0;
}

.bdx li{
    zoom:1; vertical-align:middle;
}

.bdx li{
   
}

.bdx img{
  min-width:1030px;
    height: 660px;
    display: block;
    margin: 0 auto;
}

#slideBoxe {
    
}

.slideBoxe .prev,.slideBoxe .next {
   position:absolute; left:15%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url("../images/slider-arrow.png") -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;  
}

.slideBoxe .prev:hover,
		.slideBoxe .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.slideBoxe .next{ left:auto; right:15%; background-position:8px 5px; }

.serveHead3 {
     width: 150px;
   p
   font-family: "Microsoft YaHei" ! important;
    font-size: 16px;
    margin-left: 15px;
    color: white;
    font-weight: bolder;
   
}

.clickNN {
    position: absolute;
    height: 112px;
    width: 295px;
    z-index: 3;
 display: block;
    top: 0px;
    left: 0px;
  
    background:url(about:blank);
}

.boldDemo a:hover{
    color:#fa7615
}

.mediaDemo22 p a:hover{
    color:#fa7615
}

.mediaDemo22 p a {
     color: black;
    text-decoration: none;
    font-size: 18px;
         font-family: "Microsoft YaHei" ! important;
}

.mediaDemo22 div:hover {
    color:#fa7615
}

.mediaDemo23 p a {
     color: black;
    text-decoration: none;
    font-size: 18px;
         font-family: "Microsoft YaHei" ! important;
}

.mediaDemo23 p a:hover{
    color:#fa7615;
}

.mediaDemo23 div:hover {
    color:#fa7615
}

.serve-page a,p{
  
    
}

.serve-page p,.serve-page a{
    float: left
}

.back a:hover{
   color: #fa7615
}


#more a{
      width: 225px;
    height: 50px;
    position: absolute;
    left:23px;
    bottom:-18px;
    background: #f9f9f9;
    color:#ed1b24;
    font-size: 23px;
    display: block;
    line-height: 50px;
    font-family: "Microsoft YaHei" ! important;
}

.wwada {
      width: 135px;
    height:37px;
    font-size:18px;
        color:white;
    background: #cccccc;
    line-height: 37px;
    text-align: center;
    position: absolute;
    right: 0px;
    bottom: -4px;
}

.wwada:hover {
   background: #fa7615;
}

.pagin_right{border-left:1px solid black;padding-left:20px;margin-left:15px; float:left;}
.pagin_left{border-right:1px solid black;padding-right:20px;margin-right:15px; float:left;}
.pagin_active{ float:left;}
.pagin_active a{color:#d8391c}
.pagin_num{ float:left;}
.sh-wrap p{margin-top:0px; line-height:1.5;}
.service-img {
    max-width: 1030px;
    margin: 0 auto 30px;
}
#exhabitMenu3.contact-desc{
font-size:20px;
}
.video-wrap{
	max-width: 1030px;
    margin: 30px 0 60px;
}
#enterbig4.honor-list{
height: auto;
  margin-top:30px;
  margin-bottom: 60px;
}
#enterbig4.honor-list > div > img:last-child{
margin-right:0;
}
.honor-list > h2{
  max-width: 1000px;
    margin: 30px auto;
  font-size:20px;
}
.honor-list > p{
max-width: 1000px;
margin: 0 auto;
font-size:16px;
line-height:2;
}
.general-conten-wrap p{
font-size:16px;
line-height:2;
  margin-bottom: 20px;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
max-width:1060px;
  box-sizing: border-box;
}
.container img{
	max-width: 100%;
	height: auto;
}
.container *,
.container *::before,
.container *::after {
  box-sizing: border-box;
}
.about-content-wrap{
margin: 30px 0 60px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.home-about-us{
margin-bottom:30px;
}